Html Css Color HEX #252CF1 Neon Blue

📋 copy color: '#252CF1'

red 37 ◦ green 44 ◦ blue 241

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

Shades of Neon Blue #252CF1

Tints of Neon Blue #252CF1

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.66%

 BLUE value IS 241 (94.53% from 255) = 74.84%

R = 11.49%
G = 13.66%
B = 74.84%

CMYK

 C value IS 0.85

 M value IS 0.82

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#252CF1 (or 0x252CF1) is known color: Neon Blue. HEX triplet: 25, 2C and F1. RGB value is (37,44,241). Sum of RGB (Red+Green+Blue) = 37+44+241=322 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.49% from 322); Green value is 44 (17.58% from 255 or 13.66% from 322); Blue value is 241 (94.53% from 255 or 74.84% from 322); Max value from RGB is 241 - color contains mainly: blue. Hex color #252CF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #252CF1 is #DAD30E. Grayscale: #3F3F3F. Windows color (decimal): -14340879 or 15805477. OLE color: 15805477.

HSL color Cylindrical-coordinate representation of color #252CF1: hue angle of 237.94º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #252CF1 is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 37 44 241 -
CMYK 0.85 0.82 0 0.05
HSL 237.94º 0.88% 0.55% -
HSV(B) 237.94º 0.85% 0.95% -
XYZ 17.54 8.55 83.94 -
YUV 64.37 227.68 108.48 -
System Red Green Blue C M Y K H S L
Decimal 37 44 241 0.85 0.82 0 0.05 237.94 0.88 0.55
Hex 25 2C F1 55 52 0 5 EE 58 37
Octal 45 54 361 125 122 0 5 356 130 67
Binary 100101 101100 11110001 1010101 1010010 0 101 11101110 1011000 110111

Color Harmonies of #252CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252CF1

Black with #252CF1

Text Example


Text Example

White with #252CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,44,241); }

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

background-color css

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

 a { background-color: rgb(37,44,241); }

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

border-color css

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

 span { border-color: rgb(37,44,241); }

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