Html Css Color HEX #425CFC Neon Blue

📋 copy color: '#425CFC'

red 66 ◦ green 92 ◦ blue 252

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

Shades of Neon Blue #425CFC

Tints of Neon Blue #425CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 61.46%

R = 16.1%
G = 22.44%
B = 61.46%

CMYK

 C value IS 0.74

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#425CFC (or 0x425CFC) is known color: Neon Blue. HEX triplet: 42, 5C and FC. RGB value is (66,92,252). Sum of RGB (Red+Green+Blue) = 66+92+252=410 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.10% from 410); Green value is 92 (36.33% from 255 or 22.44% from 410); Blue value is 252 (98.83% from 255 or 61.46% from 410); Max value from RGB is 252 - color contains mainly: blue. Hex color #425CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #425CFC is #BDA303. Grayscale: #656565. Windows color (decimal): -12428036 or 16538690. OLE color: 16538690.

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

Color convert

RGB 66 92 252 -
CMYK 0.74 0.63 0 0.01
HSL 231.61º 0.97% 0.62% -
HSV(B) 231.61º 0.74% 0.99% -
XYZ 23.64 15.84 93.91 -
YUV 102.47 212.39 101.99 -
System Red Green Blue C M Y K H S L
Decimal 66 92 252 0.74 0.63 0 0.01 231.61 0.97 0.62
Hex 42 5C FC 4A 3F 0 1 E8 61 3E
Octal 102 134 374 112 77 0 1 350 141 76
Binary 1000010 1011100 11111100 1001010 111111 0 1 11101000 1100001 111110

Color Harmonies of #425CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425CFC

Black with #425CFC

Text Example


Text Example

White with #425CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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