Html Css Color HEX #425DFE Neon Blue

📋 copy color: '#425DFE'

red 66 ◦ green 93 ◦ blue 254

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

Shades of Neon Blue #425DFE

Tints of Neon Blue #425DFE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.52%

 BLUE value IS 254 (99.61% from 255) = 61.5%

R = 15.98%
G = 22.52%
B = 61.5%

CMYK

 C value IS 0.74

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#425DFE (or 0x425DFE) is known color: Neon Blue. HEX triplet: 42, 5D and FE. RGB value is (66,93,254). Sum of RGB (Red+Green+Blue) = 66+93+254=413 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.98% from 413); Green value is 93 (36.72% from 255 or 22.52% from 413); Blue value is 254 (99.61% from 255 or 61.50% from 413); Max value from RGB is 254 - color contains mainly: blue. Hex color #425DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #425DFE is #BDA201. Grayscale: #666666. Windows color (decimal): -12427778 or 16670018. OLE color: 16670018.

HSL color Cylindrical-coordinate representation of color #425DFE: hue angle of 231.38º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #425DFE is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 66 93 254 -
CMYK 0.74 0.63 0 0.00
HSL 231.38º 0.99% 0.63% -
HSV(B) 231.38º 0.74% 1% -
XYZ 24.05 16.14 95.61 -
YUV 103.28 213.05 101.41 -
System Red Green Blue C M Y K H S L
Decimal 66 93 254 0.74 0.63 0 0.00 231.38 0.99 0.63
Hex 42 5D FE 4A 3F 0 0 E7 63 3F
Octal 102 135 376 112 77 0 0 347 143 77
Binary 1000010 1011101 11111110 1001010 111111 0 0 11100111 1100011 111111

Color Harmonies of #425DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425DFE

Black with #425DFE

Text Example


Text Example

White with #425DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,93,254); }

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

background-color css

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

 a { background-color: rgb(66,93,254); }

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

border-color css

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

 span { border-color: rgb(66,93,254); }

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