Html Css Color HEX #425DFB Neon Blue

📋 copy color: '#425DFB'

red 66 ◦ green 93 ◦ blue 251

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

Shades of Neon Blue #425DFB

Tints of Neon Blue #425DFB

RGB

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

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

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

R = 16.1%
G = 22.68%
B = 61.22%

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

#425DFB (or 0x425DFB) is known color: Neon Blue. HEX triplet: 42, 5D and FB. RGB value is (66,93,251). Sum of RGB (Red+Green+Blue) = 66+93+251=410 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.10% from 410); Green value is 93 (36.72% from 255 or 22.68% from 410); Blue value is 251 (98.44% from 255 or 61.22% from 410); Max value from RGB is 251 - color contains mainly: blue. Hex color #425DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #425DFB is #BDA204. Grayscale: #666666. Windows color (decimal): -12427781 or 16473410. OLE color: 16473410.

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

Color convert

RGB 66 93 251 -
CMYK 0.74 0.63 0 0.02
HSL 231.24º 0.96% 0.62% -
HSV(B) 231.24º 0.74% 0.98% -
XYZ 23.57 15.95 93.1 -
YUV 102.94 211.55 101.65 -
System Red Green Blue C M Y K H S L
Decimal 66 93 251 0.74 0.63 0 0.02 231.24 0.96 0.62
Hex 42 5D FB 4A 3F 0 2 E7 60 3E
Octal 102 135 373 112 77 0 2 347 140 76
Binary 1000010 1011101 11111011 1001010 111111 0 10 11100111 1100000 111110

Color Harmonies of #425DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425DFB

Black with #425DFB

Text Example


Text Example

White with #425DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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