Html Css Color HEX #424FFA Neon Blue

📋 copy color: '#424FFA'

red 66 ◦ green 79 ◦ blue 250

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

Shades of Neon Blue #424FFA

Tints of Neon Blue #424FFA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20%

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

R = 16.71%
G = 20%
B = 63.29%

CMYK

 C value IS 0.74

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#424FFA (or 0x424FFA) is known color: Neon Blue. HEX triplet: 42, 4F and FA. RGB value is (66,79,250). Sum of RGB (Red+Green+Blue) = 66+79+250=395 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.71% from 395); Green value is 79 (31.25% from 255 or 20% from 395); Blue value is 250 (98.05% from 255 or 63.29% from 395); Max value from RGB is 250 - color contains mainly: blue. Hex color #424FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #424FFA is #BDB005. Grayscale: #5D5D5D. Windows color (decimal): -12431366 or 16404290. OLE color: 16404290.

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

Color convert

RGB 66 79 250 -
CMYK 0.74 0.68 0 0.02
HSL 235.76º 0.95% 0.62% -
HSV(B) 235.76º 0.74% 0.98% -
XYZ 22.3 13.65 91.9 -
YUV 94.61 215.69 107.6 -
System Red Green Blue C M Y K H S L
Decimal 66 79 250 0.74 0.68 0 0.02 235.76 0.95 0.62
Hex 42 4F FA 4A 44 0 2 EC 5F 3E
Octal 102 117 372 112 104 0 2 354 137 76
Binary 1000010 1001111 11111010 1001010 1000100 0 10 11101100 1011111 111110

Color Harmonies of #424FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424FFA

Black with #424FFA

Text Example


Text Example

White with #424FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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