Html Css Color HEX #252AF5 Neon Blue

📋 copy color: '#252AF5'

red 37 ◦ green 42 ◦ blue 245

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

Shades of Neon Blue #252AF5

Tints of Neon Blue #252AF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 75.62%

R = 11.42%
G = 12.96%
B = 75.62%

CMYK

 C value IS 0.85

 M value IS 0.83

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#252AF5 (or 0x252AF5) is known color: Neon Blue. HEX triplet: 25, 2A and F5. RGB value is (37,42,245). Sum of RGB (Red+Green+Blue) = 37+42+245=324 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.42% from 324); Green value is 42 (16.80% from 255 or 12.96% from 324); Blue value is 245 (96.09% from 255 or 75.62% from 324); Max value from RGB is 245 - color contains mainly: blue. Hex color #252AF5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #252AF5 is #DAD50A. Grayscale: #3E3E3E. Windows color (decimal): -14341387 or 16067109. OLE color: 16067109.

HSL color Cylindrical-coordinate representation of color #252AF5: hue angle of 238.56º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #252AF5 is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 37 42 245 -
CMYK 0.85 0.83 0 0.04
HSL 238.56º 0.91% 0.55% -
HSV(B) 238.56º 0.85% 0.96% -
XYZ 18.07 8.64 87.1 -
YUV 63.65 230.34 108.99 -
System Red Green Blue C M Y K H S L
Decimal 37 42 245 0.85 0.83 0 0.04 238.56 0.91 0.55
Hex 25 2A F5 55 53 0 4 EF 5B 37
Octal 45 52 365 125 123 0 4 357 133 67
Binary 100101 101010 11110101 1010101 1010011 0 100 11101111 1011011 110111

Color Harmonies of #252AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252AF5

Black with #252AF5

Text Example


Text Example

White with #252AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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