Html Css Color HEX #252AFF Neon Blue

📋 copy color: '#252AFF'

red 37 ◦ green 42 ◦ blue 255

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

Shades of Neon Blue #252AFF

Tints of Neon Blue #252AFF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.57%

 BLUE value IS 255 (100% from 255) = 76.35%

R = 11.08%
G = 12.57%
B = 76.35%

CMYK

 C value IS 0.85

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#252AFF (or 0x252AFF) is known color: Neon Blue. HEX triplet: 25, 2A and FF. RGB value is (37,42,255). Sum of RGB (Red+Green+Blue) = 37+42+255=334 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.08% from 334); Green value is 42 (16.80% from 255 or 12.57% from 334); Blue value is 255 (100% from 255 or 76.35% from 334); Max value from RGB is 255 - color contains mainly: blue. Hex color #252AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #252AFF is #DAD500. Grayscale: #3F3F3F. Windows color (decimal): -14341377 or 16722469. OLE color: 16722469.

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

Color convert

RGB 37 42 255 -
CMYK 0.85 0.84 0 0
HSL 238.62º 1% 0.57% -
HSV(B) 238.62º 0.85% 1% -
XYZ 19.64 9.27 95.36 -
YUV 64.79 235.34 108.18 -
System Red Green Blue C M Y K H S L
Decimal 37 42 255 0.85 0.84 0 0 238.62 1 0.57
Hex 25 2A FF 55 54 0 0 EF 64 39
Octal 45 52 377 125 124 0 0 357 144 71
Binary 100101 101010 11111111 1010101 1010100 0 0 11101111 1100100 111001

Color Harmonies of #252AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252AFF

Black with #252AFF

Text Example


Text Example

White with #252AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,42,255); }

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

background-color css

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

 a { background-color: rgb(37,42,255); }

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

border-color css

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

 span { border-color: rgb(37,42,255); }

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