Html Css Color HEX #252BFF Neon Blue

📋 copy color: '#252BFF'

red 37 ◦ green 43 ◦ blue 255

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

Shades of Neon Blue #252BFF

Tints of Neon Blue #252BFF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.84%

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

R = 11.04%
G = 12.84%
B = 76.12%

CMYK

 C value IS 0.85

 M value IS 0.83

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#252BFF (or 0x252BFF) is known color: Neon Blue. HEX triplet: 25, 2B and FF. RGB value is (37,43,255). Sum of RGB (Red+Green+Blue) = 37+43+255=335 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.04% from 335); Green value is 43 (17.19% from 255 or 12.84% from 335); Blue value is 255 (100% from 255 or 76.12% from 335); Max value from RGB is 255 - color contains mainly: blue. Hex color #252BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #252BFF is #DAD400. Grayscale: #404040. Windows color (decimal): -14341121 or 16722725. OLE color: 16722725.

HSL color Cylindrical-coordinate representation of color #252BFF: hue angle of 238.35º 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 #252BFF is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 37 43 255 -
CMYK 0.85 0.83 0 0
HSL 238.35º 1% 0.57% -
HSV(B) 238.35º 0.85% 1% -
XYZ 19.68 9.34 95.37 -
YUV 65.37 235.01 107.76 -
System Red Green Blue C M Y K H S L
Decimal 37 43 255 0.85 0.83 0 0 238.35 1 0.57
Hex 25 2B FF 55 53 0 0 EE 64 39
Octal 45 53 377 125 123 0 0 356 144 71
Binary 100101 101011 11111111 1010101 1010011 0 0 11101110 1100100 111001

Color Harmonies of #252BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252BFF

Black with #252BFF

Text Example


Text Example

White with #252BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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