Html Css Color HEX #253BFC Neon Blue

📋 copy color: '#253BFC'

red 37 ◦ green 59 ◦ blue 252

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

Shades of Neon Blue #253BFC

Tints of Neon Blue #253BFC

RGB

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

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

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

R = 10.63%
G = 16.95%
B = 72.41%

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

#253BFC (or 0x253BFC) is known color: Neon Blue. HEX triplet: 25, 3B and FC. RGB value is (37,59,252). Sum of RGB (Red+Green+Blue) = 37+59+252=348 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.63% from 348); Green value is 59 (23.44% from 255 or 16.95% from 348); Blue value is 252 (98.83% from 255 or 72.41% from 348); Max value from RGB is 252 - color contains mainly: blue. Hex color #253BFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #253BFC is #DAC403. Grayscale: #494949. Windows color (decimal): -14337028 or 16530213. OLE color: 16530213.

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

Color convert

RGB 37 59 252 -
CMYK 0.85 0.77 0 0.01
HSL 233.86º 0.97% 0.57% -
HSV(B) 233.86º 0.85% 0.99% -
XYZ 19.9 10.55 93.08 -
YUV 74.42 228.21 101.31 -
System Red Green Blue C M Y K H S L
Decimal 37 59 252 0.85 0.77 0 0.01 233.86 0.97 0.57
Hex 25 3B FC 55 4D 0 1 EA 61 39
Octal 45 73 374 125 115 0 1 352 141 71
Binary 100101 111011 11111100 1010101 1001101 0 1 11101010 1100001 111001

Color Harmonies of #253BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253BFC

Black with #253BFC

Text Example


Text Example

White with #253BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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