Html Css Color HEX #252EFB Neon Blue

📋 copy color: '#252EFB'

red 37 ◦ green 46 ◦ blue 251

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

Shades of Neon Blue #252EFB

Tints of Neon Blue #252EFB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.77%

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

R = 11.08%
G = 13.77%
B = 75.15%

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

#252EFB (or 0x252EFB) is known color: Neon Blue. HEX triplet: 25, 2E and FB. RGB value is (37,46,251). Sum of RGB (Red+Green+Blue) = 37+46+251=334 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.08% from 334); Green value is 46 (18.36% from 255 or 13.77% from 334); Blue value is 251 (98.44% from 255 or 75.15% from 334); Max value from RGB is 251 - color contains mainly: blue. Hex color #252EFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #252EFB is #DAD104. Grayscale: #414141. Windows color (decimal): -14340357 or 16461349. OLE color: 16461349.

HSL color Cylindrical-coordinate representation of color #252EFB: hue angle of 237.48º 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 #252EFB is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 37 46 251 -
CMYK 0.85 0.82 0 0.02
HSL 237.48º 0.96% 0.56% -
HSV(B) 237.48º 0.85% 0.98% -
XYZ 19.15 9.31 92.05 -
YUV 66.68 232.02 106.83 -
System Red Green Blue C M Y K H S L
Decimal 37 46 251 0.85 0.82 0 0.02 237.48 0.96 0.56
Hex 25 2E FB 55 52 0 2 ED 60 38
Octal 45 56 373 125 122 0 2 355 140 70
Binary 100101 101110 11111011 1010101 1010010 0 10 11101101 1100000 111000

Color Harmonies of #252EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252EFB

Black with #252EFB

Text Example


Text Example

White with #252EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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