Html Css Color HEX #424BFA Neon Blue

📋 copy color: '#424BFA'

red 66 ◦ green 75 ◦ blue 250

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

Shades of Neon Blue #424BFA

Tints of Neon Blue #424BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 63.94%

R = 16.88%
G = 19.18%
B = 63.94%

CMYK

 C value IS 0.74

 M value IS 0.7

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#424BFA (or 0x424BFA) is known color: Neon Blue. HEX triplet: 42, 4B and FA. RGB value is (66,75,250). Sum of RGB (Red+Green+Blue) = 66+75+250=391 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.88% from 391); Green value is 75 (29.69% from 255 or 19.18% from 391); Blue value is 250 (98.05% from 255 or 63.94% from 391); Max value from RGB is 250 - color contains mainly: blue. Hex color #424BFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #424BFA is #BDB405. Grayscale: #5B5B5B. Windows color (decimal): -12432390 or 16403266. OLE color: 16403266.

HSL color Cylindrical-coordinate representation of color #424BFA: hue angle of 237.07º degrees, saturation: 0.95, 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 #424BFA is Cyan = 0.74, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 66 75 250 -
CMYK 0.74 0.7 0 0.02
HSL 237.07º 0.95% 0.62% -
HSV(B) 237.07º 0.74% 0.98% -
XYZ 22.02 13.09 91.81 -
YUV 92.26 217.02 109.27 -
System Red Green Blue C M Y K H S L
Decimal 66 75 250 0.74 0.7 0 0.02 237.07 0.95 0.62
Hex 42 4B FA 4A 46 0 2 ED 5F 3E
Octal 102 113 372 112 106 0 2 355 137 76
Binary 1000010 1001011 11111010 1001010 1000110 0 10 11101101 1011111 111110

Color Harmonies of #424BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424BFA

Black with #424BFA

Text Example


Text Example

White with #424BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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