Html Css Color HEX #252DFB Neon Blue

📋 copy color: '#252DFB'

red 37 ◦ green 45 ◦ blue 251

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

Shades of Neon Blue #252DFB

Tints of Neon Blue #252DFB

RGB

 RED value IS 37 (14.84% from 255) = 11.11%

 GREEN value IS 45 (17.97% from 255) = 13.51%

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

R = 11.11%
G = 13.51%
B = 75.38%

CMYK

 C value IS 0.85

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#252DFB (or 0x252DFB) is known color: Neon Blue. HEX triplet: 25, 2D and FB. RGB value is (37,45,251). Sum of RGB (Red+Green+Blue) = 37+45+251=333 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.11% from 333); Green value is 45 (17.97% from 255 or 13.51% from 333); Blue value is 251 (98.44% from 255 or 75.38% from 333); Max value from RGB is 251 - color contains mainly: blue. Hex color #252DFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #252DFB is #DAD204. Grayscale: #414141. Windows color (decimal): -14340613 or 16461093. OLE color: 16461093.

HSL color Cylindrical-coordinate representation of color #252DFB: hue angle of 237.76º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #252DFB is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 37 45 251 -
CMYK 0.85 0.82 0 0.02
HSL 237.76º 0.96% 0.56% -
HSV(B) 237.76º 0.85% 0.98% -
XYZ 19.11 9.24 92.04 -
YUV 66.09 232.35 107.25 -
System Red Green Blue C M Y K H S L
Decimal 37 45 251 0.85 0.82 0 0.02 237.76 0.96 0.56
Hex 25 2D FB 55 52 0 2 EE 60 38
Octal 45 55 373 125 122 0 2 356 140 70
Binary 100101 101101 11111011 1010101 1010010 0 10 11101110 1100000 111000

Color Harmonies of #252DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252DFB

Black with #252DFB

Text Example


Text Example

White with #252DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,45,251); }

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

background-color css

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

 a { background-color: rgb(37,45,251); }

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

border-color css

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

 span { border-color: rgb(37,45,251); }

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