Html Css Color HEX #253CFE Neon Blue

📋 copy color: '#253CFE'

red 37 ◦ green 60 ◦ blue 254

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

Shades of Neon Blue #253CFE

Tints of Neon Blue #253CFE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.09%

 BLUE value IS 254 (99.61% from 255) = 72.36%

R = 10.54%
G = 17.09%
B = 72.36%

CMYK

 C value IS 0.85

 M value IS 0.76

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#253CFE (or 0x253CFE) is known color: Neon Blue. HEX triplet: 25, 3C and FE. RGB value is (37,60,254). Sum of RGB (Red+Green+Blue) = 37+60+254=351 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.54% from 351); Green value is 60 (23.83% from 255 or 17.09% from 351); Blue value is 254 (99.61% from 255 or 72.36% from 351); Max value from RGB is 254 - color contains mainly: blue. Hex color #253CFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #253CFE is #DAC301. Grayscale: #4A4A4A. Windows color (decimal): -14336770 or 16661541. OLE color: 16661541.

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

Color convert

RGB 37 60 254 -
CMYK 0.85 0.76 0 0.00
HSL 233.64º 0.99% 0.57% -
HSV(B) 233.64º 0.85% 1% -
XYZ 20.27 10.78 94.78 -
YUV 75.24 228.88 100.73 -
System Red Green Blue C M Y K H S L
Decimal 37 60 254 0.85 0.76 0 0.00 233.64 0.99 0.57
Hex 25 3C FE 55 4C 0 0 EA 63 39
Octal 45 74 376 125 114 0 0 352 143 71
Binary 100101 111100 11111110 1010101 1001100 0 0 11101010 1100011 111001

Color Harmonies of #253CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253CFE

Black with #253CFE

Text Example


Text Example

White with #253CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,60,254); }

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

background-color css

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

 a { background-color: rgb(37,60,254); }

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

border-color css

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

 span { border-color: rgb(37,60,254); }

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