Html Css Color HEX #253BFB Neon Blue

📋 copy color: '#253BFB'

red 37 ◦ green 59 ◦ blue 251

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

Shades of Neon Blue #253BFB

Tints of Neon Blue #253BFB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17%

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

R = 10.66%
G = 17%
B = 72.33%

CMYK

 C value IS 0.85

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#253BFB (or 0x253BFB) is known color: Neon Blue. HEX triplet: 25, 3B and FB. RGB value is (37,59,251). Sum of RGB (Red+Green+Blue) = 37+59+251=347 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.66% from 347); Green value is 59 (23.44% from 255 or 17.00% from 347); Blue value is 251 (98.44% from 255 or 72.33% from 347); Max value from RGB is 251 - color contains mainly: blue. Hex color #253BFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #253BFB is #DAC404. Grayscale: #494949. Windows color (decimal): -14337029 or 16464677. OLE color: 16464677.

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

Color convert

RGB 37 59 251 -
CMYK 0.85 0.76 0 0.02
HSL 233.83º 0.96% 0.56% -
HSV(B) 233.83º 0.85% 0.98% -
XYZ 19.74 10.49 92.25 -
YUV 74.31 227.71 101.39 -
System Red Green Blue C M Y K H S L
Decimal 37 59 251 0.85 0.76 0 0.02 233.83 0.96 0.56
Hex 25 3B FB 55 4C 0 2 EA 60 38
Octal 45 73 373 125 114 0 2 352 140 70
Binary 100101 111011 11111011 1010101 1001100 0 10 11101010 1100000 111000

Color Harmonies of #253BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253BFB

Black with #253BFB

Text Example


Text Example

White with #253BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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