Html Css Color HEX #253EFB Neon Blue

📋 copy color: '#253EFB'

red 37 ◦ green 62 ◦ blue 251

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

Shades of Neon Blue #253EFB

Tints of Neon Blue #253EFB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.71%

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

R = 10.57%
G = 17.71%
B = 71.71%

CMYK

 C value IS 0.85

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#253EFB (or 0x253EFB) is known color: Neon Blue. HEX triplet: 25, 3E and FB. RGB value is (37,62,251). Sum of RGB (Red+Green+Blue) = 37+62+251=350 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.57% from 350); Green value is 62 (24.61% from 255 or 17.71% from 350); Blue value is 251 (98.44% from 255 or 71.71% from 350); Max value from RGB is 251 - color contains mainly: blue. Hex color #253EFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #253EFB is #DAC104. Grayscale: #4B4B4B. Windows color (decimal): -14336261 or 16465445. OLE color: 16465445.

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

Color convert

RGB 37 62 251 -
CMYK 0.85 0.75 0 0.02
HSL 232.99º 0.96% 0.56% -
HSV(B) 232.99º 0.85% 0.98% -
XYZ 19.9 10.8 92.3 -
YUV 76.07 226.72 100.13 -
System Red Green Blue C M Y K H S L
Decimal 37 62 251 0.85 0.75 0 0.02 232.99 0.96 0.56
Hex 25 3E FB 55 4B 0 2 E9 60 38
Octal 45 76 373 125 113 0 2 351 140 70
Binary 100101 111110 11111011 1010101 1001011 0 10 11101001 1100000 111000

Color Harmonies of #253EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253EFB

Black with #253EFB

Text Example


Text Example

White with #253EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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