Html Css Color HEX #253FFF Neon Blue

📋 copy color: '#253FFF'

red 37 ◦ green 63 ◦ blue 255

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

Shades of Neon Blue #253FFF

Tints of Neon Blue #253FFF

RGB

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

 GREEN value IS 63 (25% from 255) = 17.75%

 BLUE value IS 255 (100% from 255) = 71.83%

R = 10.42%
G = 17.75%
B = 71.83%

CMYK

 C value IS 0.85

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#253FFF (or 0x253FFF) is known color: Neon Blue. HEX triplet: 25, 3F and FF. RGB value is (37,63,255). Sum of RGB (Red+Green+Blue) = 37+63+255=355 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.42% from 355); Green value is 63 (25% from 255 or 17.75% from 355); Blue value is 255 (100% from 255 or 71.83% from 355); Max value from RGB is 255 - color contains mainly: blue. Hex color #253FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #253FFF is #DAC000. Grayscale: #4C4C4C. Windows color (decimal): -14336001 or 16727845. OLE color: 16727845.

HSL color Cylindrical-coordinate representation of color #253FFF: hue angle of 232.84º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #253FFF is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 37 63 255 -
CMYK 0.85 0.75 0 0
HSL 232.84º 1% 0.57% -
HSV(B) 232.84º 0.85% 1% -
XYZ 20.59 11.17 95.68 -
YUV 77.11 228.39 99.39 -
System Red Green Blue C M Y K H S L
Decimal 37 63 255 0.85 0.75 0 0 232.84 1 0.57
Hex 25 3F FF 55 4B 0 0 E9 64 39
Octal 45 77 377 125 113 0 0 351 144 71
Binary 100101 111111 11111111 1010101 1001011 0 0 11101001 1100100 111001

Color Harmonies of #253FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253FFF

Black with #253FFF

Text Example


Text Example

White with #253FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,63,255); }

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

background-color css

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

 a { background-color: rgb(37,63,255); }

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

border-color css

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

 span { border-color: rgb(37,63,255); }

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