Html Css Color HEX #424AFB Neon Blue

📋 copy color: '#424AFB'

red 66 ◦ green 74 ◦ blue 251

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

Shades of Neon Blue #424AFB

Tints of Neon Blue #424AFB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.93%

 BLUE value IS 251 (98.44% from 255) = 64.19%

R = 16.88%
G = 18.93%
B = 64.19%

CMYK

 C value IS 0.74

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#424AFB (or 0x424AFB) is known color: Neon Blue. HEX triplet: 42, 4A and FB. RGB value is (66,74,251). Sum of RGB (Red+Green+Blue) = 66+74+251=391 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.88% from 391); Green value is 74 (29.30% from 255 or 18.93% from 391); Blue value is 251 (98.44% from 255 or 64.19% from 391); Max value from RGB is 251 - color contains mainly: blue. Hex color #424AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #424AFB is #BDB504. Grayscale: #5B5B5B. Windows color (decimal): -12432645 or 16468546. OLE color: 16468546.

HSL color Cylindrical-coordinate representation of color #424AFB: hue angle of 237.41º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #424AFB is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 66 74 251 -
CMYK 0.74 0.71 0 0.02
HSL 237.41º 0.96% 0.62% -
HSV(B) 237.41º 0.74% 0.98% -
XYZ 22.11 13.02 92.61 -
YUV 91.79 217.85 109.61 -
System Red Green Blue C M Y K H S L
Decimal 66 74 251 0.74 0.71 0 0.02 237.41 0.96 0.62
Hex 42 4A FB 4A 47 0 2 ED 60 3E
Octal 102 112 373 112 107 0 2 355 140 76
Binary 1000010 1001010 11111011 1001010 1000111 0 10 11101101 1100000 111110

Color Harmonies of #424AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424AFB

Black with #424AFB

Text Example


Text Example

White with #424AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,74,251); }

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

background-color css

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

 a { background-color: rgb(66,74,251); }

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

border-color css

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

 span { border-color: rgb(66,74,251); }

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