Html Css Color HEX #424BFD Neon Blue

📋 copy color: '#424BFD'

red 66 ◦ green 75 ◦ blue 253

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

Shades of Neon Blue #424BFD

Tints of Neon Blue #424BFD

RGB

 RED value IS 66 (26.17% from 255) = 16.75%

 GREEN value IS 75 (29.69% from 255) = 19.04%

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

R = 16.75%
G = 19.04%
B = 64.21%

CMYK

 C value IS 0.74

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#424BFD (or 0x424BFD) is known color: Neon Blue. HEX triplet: 42, 4B and FD. RGB value is (66,75,253). Sum of RGB (Red+Green+Blue) = 66+75+253=394 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.75% from 394); Green value is 75 (29.69% from 255 or 19.04% from 394); Blue value is 253 (99.22% from 255 or 64.21% from 394); Max value from RGB is 253 - color contains mainly: blue. Hex color #424BFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #424BFD is #BDB402. Grayscale: #5B5B5B. Windows color (decimal): -12432387 or 16599874. OLE color: 16599874.

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

Color convert

RGB 66 75 253 -
CMYK 0.74 0.70 0 0.01
HSL 237.11º 0.98% 0.63% -
HSV(B) 237.11º 0.74% 0.99% -
XYZ 22.49 13.28 94.31 -
YUV 92.6 218.52 109.03 -
System Red Green Blue C M Y K H S L
Decimal 66 75 253 0.74 0.70 0 0.01 237.11 0.98 0.63
Hex 42 4B FD 4A 46 0 1 ED 62 3F
Octal 102 113 375 112 106 0 1 355 142 77
Binary 1000010 1001011 11111101 1001010 1000110 0 1 11101101 1100010 111111

Color Harmonies of #424BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424BFD

Black with #424BFD

Text Example


Text Example

White with #424BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424BFD; }

 p { color: rgb(66,75,253); }

 H1.HeaderClassName
 {
   color: #424BFD;
 }
 .AnyTagClassName
 {
   color: #424BFD;
 }
</style>

background-color css

<style>
 a { background-color: #424BFD; }

 a { background-color: rgb(66,75,253); }

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

border-color css

<style>
 span { border-color: #424BFD; }

 span { border-color: rgb(66,75,253); }

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