Html Css Color HEX #425CFF Neon Blue

📋 copy color: '#425CFF'

red 66 ◦ green 92 ◦ blue 255

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

Shades of Neon Blue #425CFF

Tints of Neon Blue #425CFF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.28%

 BLUE value IS 255 (100% from 255) = 61.74%

R = 15.98%
G = 22.28%
B = 61.74%

CMYK

 C value IS 0.74

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#425CFF (or 0x425CFF) is known color: Neon Blue. HEX triplet: 42, 5C and FF. RGB value is (66,92,255). Sum of RGB (Red+Green+Blue) = 66+92+255=413 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.98% from 413); Green value is 92 (36.33% from 255 or 22.28% from 413); Blue value is 255 (100% from 255 or 61.74% from 413); Max value from RGB is 255 - color contains mainly: blue. Hex color #425CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #425CFF is #BDA300. Grayscale: #666666. Windows color (decimal): -12428033 or 16735298. OLE color: 16735298.

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

Color convert

RGB 66 92 255 -
CMYK 0.74 0.64 0 0
HSL 231.75º 1% 0.63% -
HSV(B) 231.75º 0.74% 1% -
XYZ 24.12 16.03 96.43 -
YUV 102.81 213.89 101.75 -
System Red Green Blue C M Y K H S L
Decimal 66 92 255 0.74 0.64 0 0 231.75 1 0.63
Hex 42 5C FF 4A 40 0 0 E8 64 3F
Octal 102 134 377 112 100 0 0 350 144 77
Binary 1000010 1011100 11111111 1001010 1000000 0 0 11101000 1100100 111111

Color Harmonies of #425CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425CFF

Black with #425CFF

Text Example


Text Example

White with #425CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,92,255); }

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

background-color css

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

 a { background-color: rgb(66,92,255); }

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

border-color css

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

 span { border-color: rgb(66,92,255); }

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