Html Css Color HEX #303FFA Neon Blue

📋 copy color: '#303FFA'

red 48 ◦ green 63 ◦ blue 250

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

Shades of Neon Blue #303FFA

Tints of Neon Blue #303FFA

RGB

 RED value IS 48 (19.14% from 255) = 13.3%

 GREEN value IS 63 (25% from 255) = 17.45%

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

R = 13.3%
G = 17.45%
B = 69.25%

CMYK

 C value IS 0.81

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#303FFA (or 0x303FFA) is known color: Neon Blue. HEX triplet: 30, 3F and FA. RGB value is (48,63,250). Sum of RGB (Red+Green+Blue) = 48+63+250=361 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.30% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 250 (98.05% from 255 or 69.25% from 361); Max value from RGB is 250 - color contains mainly: blue. Hex color #303FFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #303FFA is #CFC005. Grayscale: #4F4F4F. Windows color (decimal): -13615110 or 16400176. OLE color: 16400176.

HSL color Cylindrical-coordinate representation of color #303FFA: hue angle of 235.54º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #303FFA is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 63 250 -
CMYK 0.81 0.75 0 0.02
HSL 235.54º 0.95% 0.58% -
HSV(B) 235.54º 0.81% 0.98% -
XYZ 20.25 11.09 91.51 -
YUV 79.83 224.03 105.29 -
System Red Green Blue C M Y K H S L
Decimal 48 63 250 0.81 0.75 0 0.02 235.54 0.95 0.58
Hex 30 3F FA 51 4B 0 2 EC 5F 3A
Octal 60 77 372 121 113 0 2 354 137 72
Binary 110000 111111 11111010 1010001 1001011 0 10 11101100 1011111 111010

Color Harmonies of #303FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303FFA

Black with #303FFA

Text Example


Text Example

White with #303FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303FFA; }

 p { color: rgb(48,63,250); }

 H1.HeaderClassName
 {
   color: #303FFA;
 }
 .AnyTagClassName
 {
   color: #303FFA;
 }
</style>

background-color css

<style>
 a { background-color: #303FFA; }

 a { background-color: rgb(48,63,250); }

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

border-color css

<style>
 span { border-color: #303FFA; }

 span { border-color: rgb(48,63,250); }

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