Html Css Color HEX #445FFD Neon Blue

📋 copy color: '#445FFD'

red 68 ◦ green 95 ◦ blue 253

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

Shades of Neon Blue #445FFD

Tints of Neon Blue #445FFD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.84%

 BLUE value IS 253 (99.22% from 255) = 60.82%

R = 16.35%
G = 22.84%
B = 60.82%

CMYK

 C value IS 0.73

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#445FFD (or 0x445FFD) is known color: Neon Blue. HEX triplet: 44, 5F and FD. RGB value is (68,95,253). Sum of RGB (Red+Green+Blue) = 68+95+253=416 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.35% from 416); Green value is 95 (37.5% from 255 or 22.84% from 416); Blue value is 253 (99.22% from 255 or 60.82% from 416); Max value from RGB is 253 - color contains mainly: blue. Hex color #445FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #445FFD is #BBA002. Grayscale: #686868. Windows color (decimal): -12296195 or 16604996. OLE color: 16604996.

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

Color convert

RGB 68 95 253 -
CMYK 0.73 0.62 0 0.01
HSL 231.24º 0.98% 0.63% -
HSV(B) 231.24º 0.73% 0.99% -
XYZ 24.21 16.51 94.84 -
YUV 104.94 211.55 101.65 -
System Red Green Blue C M Y K H S L
Decimal 68 95 253 0.73 0.62 0 0.01 231.24 0.98 0.63
Hex 44 5F FD 49 3E 0 1 E7 62 3F
Octal 104 137 375 111 76 0 1 347 142 77
Binary 1000100 1011111 11111101 1001001 111110 0 1 11100111 1100010 111111

Color Harmonies of #445FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445FFD

Black with #445FFD

Text Example


Text Example

White with #445FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,95,253); }

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

background-color css

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

 a { background-color: rgb(68,95,253); }

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

border-color css

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

 span { border-color: rgb(68,95,253); }

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