Html Css Color HEX #253AFC Neon Blue

📋 copy color: '#253AFC'

red 37 ◦ green 58 ◦ blue 252

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

Shades of Neon Blue #253AFC

Tints of Neon Blue #253AFC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.71%

 BLUE value IS 252 (98.83% from 255) = 72.62%

R = 10.66%
G = 16.71%
B = 72.62%

CMYK

 C value IS 0.85

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#253AFC (or 0x253AFC) is known color: Neon Blue. HEX triplet: 25, 3A and FC. RGB value is (37,58,252). Sum of RGB (Red+Green+Blue) = 37+58+252=347 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.66% from 347); Green value is 58 (23.05% from 255 or 16.71% from 347); Blue value is 252 (98.83% from 255 or 72.62% from 347); Max value from RGB is 252 - color contains mainly: blue. Hex color #253AFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #253AFC is #DAC503. Grayscale: #494949. Windows color (decimal): -14337284 or 16529957. OLE color: 16529957.

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

Color convert

RGB 37 58 252 -
CMYK 0.85 0.77 0 0.01
HSL 234.14º 0.97% 0.57% -
HSV(B) 234.14º 0.85% 0.99% -
XYZ 19.85 10.45 93.07 -
YUV 73.84 228.54 101.73 -
System Red Green Blue C M Y K H S L
Decimal 37 58 252 0.85 0.77 0 0.01 234.14 0.97 0.57
Hex 25 3A FC 55 4D 0 1 EA 61 39
Octal 45 72 374 125 115 0 1 352 141 71
Binary 100101 111010 11111100 1010101 1001101 0 1 11101010 1100001 111001

Color Harmonies of #253AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253AFC

Black with #253AFC

Text Example


Text Example

White with #253AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,58,252); }

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

background-color css

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

 a { background-color: rgb(37,58,252); }

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

border-color css

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

 span { border-color: rgb(37,58,252); }

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