Html Css Color HEX #252DF0 Neon Blue

📋 copy color: '#252DF0'

red 37 ◦ green 45 ◦ blue 240

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

Shades of Neon Blue #252DF0

Tints of Neon Blue #252DF0

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.98%

 BLUE value IS 240 (94.14% from 255) = 74.53%

R = 11.49%
G = 13.98%
B = 74.53%

CMYK

 C value IS 0.85

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#252DF0 (or 0x252DF0) is known color: Neon Blue. HEX triplet: 25, 2D and F0. RGB value is (37,45,240). Sum of RGB (Red+Green+Blue) = 37+45+240=322 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.49% from 322); Green value is 45 (17.97% from 255 or 13.98% from 322); Blue value is 240 (94.14% from 255 or 74.53% from 322); Max value from RGB is 240 - color contains mainly: blue. Hex color #252DF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #252DF0 is #DAD20F. Grayscale: #404040. Windows color (decimal): -14340624 or 15740197. OLE color: 15740197.

HSL color Cylindrical-coordinate representation of color #252DF0: hue angle of 237.64º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #252DF0 is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 37 45 240 -
CMYK 0.85 0.81 0 0.06
HSL 237.64º 0.87% 0.54% -
HSV(B) 237.64º 0.85% 0.94% -
XYZ 17.43 8.56 83.17 -
YUV 64.84 226.85 108.14 -
System Red Green Blue C M Y K H S L
Decimal 37 45 240 0.85 0.81 0 0.06 237.64 0.87 0.54
Hex 25 2D F0 55 51 0 6 EE 57 36
Octal 45 55 360 125 121 0 6 356 127 66
Binary 100101 101101 11110000 1010101 1010001 0 110 11101110 1010111 110110

Color Harmonies of #252DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252DF0

Black with #252DF0

Text Example


Text Example

White with #252DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252DF0; }

 p { color: rgb(37,45,240); }

 H1.HeaderClassName
 {
   color: #252DF0;
 }
 .AnyTagClassName
 {
   color: #252DF0;
 }
</style>

background-color css

<style>
 a { background-color: #252DF0; }

 a { background-color: rgb(37,45,240); }

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

border-color css

<style>
 span { border-color: #252DF0; }

 span { border-color: rgb(37,45,240); }

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