Html Css Color HEX #253DFC Neon Blue

📋 copy color: '#253DFC'

red 37 ◦ green 61 ◦ blue 252

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

Shades of Neon Blue #253DFC

Tints of Neon Blue #253DFC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.43%

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

R = 10.57%
G = 17.43%
B = 72%

CMYK

 C value IS 0.85

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#253DFC (or 0x253DFC) is known color: Neon Blue. HEX triplet: 25, 3D and FC. RGB value is (37,61,252). Sum of RGB (Red+Green+Blue) = 37+61+252=350 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.57% from 350); Green value is 61 (24.22% from 255 or 17.43% from 350); Blue value is 252 (98.83% from 255 or 72% from 350); Max value from RGB is 252 - color contains mainly: blue. Hex color #253DFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #253DFC is #DAC203. Grayscale: #4A4A4A. Windows color (decimal): -14336516 or 16530725. OLE color: 16530725.

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

Color convert

RGB 37 61 252 -
CMYK 0.85 0.76 0 0.01
HSL 233.3º 0.97% 0.57% -
HSV(B) 233.3º 0.85% 0.99% -
XYZ 20 10.76 93.12 -
YUV 75.6 227.55 100.47 -
System Red Green Blue C M Y K H S L
Decimal 37 61 252 0.85 0.76 0 0.01 233.3 0.97 0.57
Hex 25 3D FC 55 4C 0 1 E9 61 39
Octal 45 75 374 125 114 0 1 351 141 71
Binary 100101 111101 11111100 1010101 1001100 0 1 11101001 1100001 111001

Color Harmonies of #253DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253DFC

Black with #253DFC

Text Example


Text Example

White with #253DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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