Html Css Color HEX #445DF9 Neon Blue

📋 copy color: '#445DF9'

red 68 ◦ green 93 ◦ blue 249

#445DF9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #445DF9

Tints of Neon Blue #445DF9

RGB

 RED value IS 68 (26.95% from 255) = 16.59%

 GREEN value IS 93 (36.72% from 255) = 22.68%

 BLUE value IS 249 (97.66% from 255) = 60.73%

R = 16.59%
G = 22.68%
B = 60.73%

CMYK

 C value IS 0.73

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#445DF9 (or 0x445DF9) is known color: Neon Blue. HEX triplet: 44, 5D and F9. RGB value is (68,93,249). Sum of RGB (Red+Green+Blue) = 68+93+249=410 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.59% from 410); Green value is 93 (36.72% from 255 or 22.68% from 410); Blue value is 249 (97.66% from 255 or 60.73% from 410); Max value from RGB is 249 - color contains mainly: blue. Hex color #445DF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #445DF9 is #BBA206. Grayscale: #666666. Windows color (decimal): -12296711 or 16342340. OLE color: 16342340.

HSL color Cylindrical-coordinate representation of color #445DF9: hue angle of 231.71º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #445DF9 is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 68 93 249 -
CMYK 0.73 0.63 0 0.02
HSL 231.71º 0.94% 0.62% -
HSV(B) 231.71º 0.73% 0.98% -
XYZ 23.4 15.9 91.46 -
YUV 103.31 210.22 102.82 -
System Red Green Blue C M Y K H S L
Decimal 68 93 249 0.73 0.63 0 0.02 231.71 0.94 0.62
Hex 44 5D F9 49 3F 0 2 E8 5E 3E
Octal 104 135 371 111 77 0 2 350 136 76
Binary 1000100 1011101 11111001 1001001 111111 0 10 11101000 1011110 111110

Color Harmonies of #445DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445DF9

Black with #445DF9

Text Example


Text Example

White with #445DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445DF9; }

 p { color: rgb(68,93,249); }

 H1.HeaderClassName
 {
   color: #445DF9;
 }
 .AnyTagClassName
 {
   color: #445DF9;
 }
</style>

background-color css

<style>
 a { background-color: #445DF9; }

 a { background-color: rgb(68,93,249); }

 div.DivClassName
 {
   background-color: #445DF9;
 }
 .BgClassName
 {
   background-color: #445DF9;
 }
</style>

border-color css

<style>
 span { border-color: #445DF9; }

 span { border-color: rgb(68,93,249); }

 td.TdClassName
 {
   border-color: #445DF9;
 }
 .TagClassName
 {
   border-color: #445DF9;
 }
</style>