Html Css Color HEX #4248FA Neon Blue

📋 copy color: '#4248FA'

red 66 ◦ green 72 ◦ blue 250

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

Shades of Neon Blue #4248FA

Tints of Neon Blue #4248FA

RGB

 RED value IS 66 (26.17% from 255) = 17.01%

 GREEN value IS 72 (28.52% from 255) = 18.56%

 BLUE value IS 250 (98.05% from 255) = 64.43%

R = 17.01%
G = 18.56%
B = 64.43%

CMYK

 C value IS 0.74

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4248FA (or 0x4248FA) is known color: Neon Blue. HEX triplet: 42, 48 and FA. RGB value is (66,72,250). Sum of RGB (Red+Green+Blue) = 66+72+250=388 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.01% from 388); Green value is 72 (28.52% from 255 or 18.56% from 388); Blue value is 250 (98.05% from 255 or 64.43% from 388); Max value from RGB is 250 - color contains mainly: blue. Hex color #4248FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4248FA is #BDB705. Grayscale: #595959. Windows color (decimal): -12433158 or 16402498. OLE color: 16402498.

HSL color Cylindrical-coordinate representation of color #4248FA: hue angle of 238.04º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4248FA is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 66 72 250 -
CMYK 0.74 0.71 0 0.02
HSL 238.04º 0.95% 0.62% -
HSV(B) 238.04º 0.74% 0.98% -
XYZ 21.82 12.7 91.74 -
YUV 90.5 218.01 110.53 -
System Red Green Blue C M Y K H S L
Decimal 66 72 250 0.74 0.71 0 0.02 238.04 0.95 0.62
Hex 42 48 FA 4A 47 0 2 EE 5F 3E
Octal 102 110 372 112 107 0 2 356 137 76
Binary 1000010 1001000 11111010 1001010 1000111 0 10 11101110 1011111 111110

Color Harmonies of #4248FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4248FA

Black with #4248FA

Text Example


Text Example

White with #4248FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4248FA; }

 p { color: rgb(66,72,250); }

 H1.HeaderClassName
 {
   color: #4248FA;
 }
 .AnyTagClassName
 {
   color: #4248FA;
 }
</style>

background-color css

<style>
 a { background-color: #4248FA; }

 a { background-color: rgb(66,72,250); }

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

border-color css

<style>
 span { border-color: #4248FA; }

 span { border-color: rgb(66,72,250); }

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