Html Css Color HEX #425EFB Neon Blue

📋 copy color: '#425EFB'

red 66 ◦ green 94 ◦ blue 251

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

Shades of Neon Blue #425EFB

Tints of Neon Blue #425EFB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.87%

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

R = 16.06%
G = 22.87%
B = 61.07%

CMYK

 C value IS 0.74

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#425EFB (or 0x425EFB) is known color: Neon Blue. HEX triplet: 42, 5E and FB. RGB value is (66,94,251). Sum of RGB (Red+Green+Blue) = 66+94+251=411 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.06% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 251 (98.44% from 255 or 61.07% from 411); Max value from RGB is 251 - color contains mainly: blue. Hex color #425EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #425EFB is #BDA104. Grayscale: #666666. Windows color (decimal): -12427525 or 16473666. OLE color: 16473666.

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

Color convert

RGB 66 94 251 -
CMYK 0.74 0.63 0 0.02
HSL 230.92º 0.96% 0.62% -
HSV(B) 230.92º 0.74% 0.98% -
XYZ 23.66 16.13 93.13 -
YUV 103.53 211.22 101.23 -
System Red Green Blue C M Y K H S L
Decimal 66 94 251 0.74 0.63 0 0.02 230.92 0.96 0.62
Hex 42 5E FB 4A 3F 0 2 E7 60 3E
Octal 102 136 373 112 77 0 2 347 140 76
Binary 1000010 1011110 11111011 1001010 111111 0 10 11100111 1100000 111110

Color Harmonies of #425EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425EFB

Black with #425EFB

Text Example


Text Example

White with #425EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425EFB; }

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

 H1.HeaderClassName
 {
   color: #425EFB;
 }
 .AnyTagClassName
 {
   color: #425EFB;
 }
</style>

background-color css

<style>
 a { background-color: #425EFB; }

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

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

border-color css

<style>
 span { border-color: #425EFB; }

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

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